home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / RTSEARCH.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-11-10  |  3.5 KB  |  82 lines

  1. ===========================================================
  2. Introduction
  3. ===========================================================
  4.  
  5. "RT Search +" is an AddIn expert enhancing Borland Delphi IDE original editor.
  6. Comparing to other programming editors like MultiEdit, Delphi's stock editor
  7. lacks several important features. It may be not as important as the quality of
  8. the whole IDE and the programming language, but it certainly affects
  9. developers productivity. This is the reason why we decided to help programmers
  10. stay with Borland and save hundreds of dollars for buying professional
  11. programmers' editors, that may or may not integrate with Delphi's IDE.
  12.  
  13. What it offers right now:
  14. * browse Object Pascal entities, like functions, procedures, methods, etc.
  15. with only single key press
  16. * see all occurrences of any search text at once
  17. * jump directly to any chosen place within the source code editor
  18.  
  19. What it will offer in the near future:
  20. * search and replace in multiple files at once (including binary DFM files).
  21.  
  22.  
  23. ===========================================================
  24. Features
  25. ===========================================================
  26.  
  27. "RT Search +" offers following functions:
  28. * Find and browse following Pascal entities:
  29. ** functions
  30. ** procedures
  31. ** class declarations
  32. ** class constructors
  33. ** class destructors
  34. ** class fields
  35. ** class method functions
  36. ** class method procedures
  37. ** class properties
  38. * Show all occurrences of any text at once
  39.  
  40. "RT Search +" has flexible search and display settings as:
  41. * Select interface and/or implementation part of the unit to be searched
  42. through
  43. * Narrow search scope to a specific class
  44. * Select any text to be searched for or to further refine the entity search
  45. * Select current file, all files of the current project or any directory to be
  46. searched
  47. * Select a font, its size and color for the search results
  48.  
  49. "RT Search +" presents the search result using an outline metaphor and allows
  50. to:
  51. * Incremental search through the result set
  52. * Jump directly to the source code line within Delphi IDE.
  53. * Right mouse click lists all files being searched
  54. * Starts through Delphi menu tree or with a single user-defined hotkey
  55.  
  56.  
  57. ===========================================================
  58. Warranty
  59. ===========================================================
  60. LIMITED WARRANTY
  61. EXCEPT AS PROVIDED ABOVE, AUTHORS DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR
  62. IMPLIED, INCLUDING, BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY
  63. AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE PRODUCT.  SHOULD THE
  64. PROGRAM PROVE DEFECTIVE, THE PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE
  65. COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY INCIDENTAL OR
  66. CONSEQUENTIAL DAMAGES.  IN NO EVENT WILL AUTHORS BE LIABLE FOR ANY DAMAGES
  67. WHATSOEVER (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF BUSINESS PROFITS,
  68. BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION AND THE LIKE) ARISING OUT
  69. OF THE USE OR THE INABILITY TO USE THIS PRODUCT EVEN IF AUTHORS HAVE BEEN
  70. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  71.  
  72. ===========================================================
  73. Technical Support
  74. ===========================================================
  75. Support is available from the authors via Compuserve Mail to 100735,3273 ,
  76. Internet Mail to 100735.3273@compuserve.com or
  77. http://ourworld.compuserve.com/homepages/tomasz. All support is on a "best
  78. effort" basis, and no promise is made that all questions can be answered,
  79. problems solved, features added nor bugs exterminated.
  80.  
  81.  
  82.